home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWorkshop
/
Source
/
Examples
/
gwcopy
/
GWCopyApp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-02-03
|
194 b
|
15 lines
#ifndef __PNMCOPYAPP__
#define __PNMCOPYAPP__
#import <appkit/Application.h>
@interface GWCopyApp : Application
{
}
- run: (int)argc : (char **)argv;
- copyToPBoard: (id)thePic;
@end
#endif